runtime.srcFunc.funcID (field)

12 uses

	runtime (current package)
		mprof.go#L600: 				if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		mprof.go#L605: 				lastFuncID = sf.funcID
		symtab.go#L151: 				if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
		symtab.go#L277: 		funcID := u.srcFunc(uf).funcID
		symtab.go#L908: 	funcID    abi.FuncID
		traceback.go#L630: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
		traceback.go#L644: 			u.calleeFuncID = sf.funcID
		traceback.go#L973: 			u.calleeFuncID = sf.funcID
		traceback.go#L1130: 	if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
		tracestack.go#L321: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		tracestack.go#L326: 			lastFuncID = sf.funcID